Skip to main content
POST
Schedule a push for an audience
Use a Bearer access token from /auth/authorize. Do not send x-api-key on this endpoint — that header is only for authorize.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The audience id

Body

application/json
push_template_id
string<uuid>
required

The active push template id to schedule

scheduled_date
string<date-time>

When to send the push. Defaults to now when omitted.

label
string

Optional delivery history label

Maximum string length: 100

Response

Push delivery history scheduled

data
object